05. Kidnapped Vehicle Workspaces

Workspace

This section contains either a workspace (it can be a Jupyter Notebook workspace or an online code editor work space, etc.) and it cannot be automatically downloaded to be generated here. Please access the classroom with your account and manually download the workspace to your local machine. Note that for some courses, Udacity upload the workspace files onto https://github.com/udacity , so you may be able to download them there.

Workspace Information:

  • Default file path:
  • Workspace type: react
  • Opened files (when workspace is loaded): n/a
  • userCode:

    echo "Installing dependencies."
    sudo apt-key del 421C365BD9FF1F717815A3895523BAEEB01FA116
    sudo -E apt-key adv --keyserver 'hkp://keyserver.ubuntu.com:80' --recv-key C1CF6E31E6BADE8868B172B4F42ED6FBAB17C654
    sudo apt-get -y -qq install libssl-dev >/dev/null 2>&1 &
    mkdir -p /usr/include/uWS
    ln -sf /data/uWebSockets/src/ .h /usr/include/uWS/ ln -sf /data/uWebSockets/build/libuWS.so /usr/lib/ cp -rsn /data/libuv/usr/ /usr &> /dev/null
    echo "Done. All dependencies installed."